/* --- ▼ページ全体の設定▼ --- */

body {
margin: 0;
padding: 0;
background-color: #ffffff;
font-size: smaller;
color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif
}

a:link { color: #399ccd; }
a:visited { color: #399ccd; }
a:hover { color: #ffd700;}
a img {border-style:none;}

#container {
margin: 0 auto; /* センタリング */
padding: 0; /* コンテナのパディング */
text-align: center; /* IEのためのセンタリング */
}

#page {
border-left: 1px #000080 solid; /* コンテナの左境界線 */
border-right: 1px #000080 solid; /* コンテナの右境界線 */
background-color: #ffffff; /* 背景色 */
width: 800px; /* ページ幅 */
margin: 0 auto; /* センタリング */
padding: 0; /* ページのパディング */
text-align: center;
}

/* --- ▲ページ全体の設定▲ --- */

/* --- ▼ヘッダの設定▼ --- */

#header {
width: 800px; /* IE 6のために幅の指定が必要 */
margin: 0; /* ヘッダのマージン（上、左右、下） */
padding: 1px 0 0 0; /* ヘッダのパディング（上、左右、下） */
background-color: #ffffff; /* 背景色 */
}

/* --- ガイドメニュー --- */
#header ul.guide {
margin: 10px 10px 0 0;
padding: 0;
list-style-type: none;
text-align: right;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニング --- */
#header div.opening{
background-color:#ffffff; /* 背景色 */
width: 800px;
margin: 10px 0 0 0; /* マージン（上、右、下、左） */
padding: 0;/* 上下、左右のマージン */
}


/* --- ▲ヘッダの設定▲ --- */


/* ---▼ メニューの設定 ▼--- */

/* --- ナビゲーションバー --- */
div.nav {
width: 800px; /* ナビゲーションの幅 */
padding-top: 20px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
border-bottom: 3px #004080 solid; /* 下境界線 */
font-size: 100%;
margin: 0 auto 10px;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 792px; /* メニューの幅 */
margin: 0 0 0 6px; /* メニューのマージン（上、右、下、左） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 95px; /* タブの幅 */
margin-right: 4px; /* タブの右マージン */
background: #f9f9f9 url(tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px 6px; /* リンクエリアのパディング（上、左右、下） */
background: url(tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav ul.nl li.active {
background: #004080 url(tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav ul.nl li.active a {
background: url(tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}



div.nav ul.nl li ul{
  list-style: none;
  position: absolute;
  //top: 100%;
  left: 0;
  //margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
div.nav ul.nl li:last-child ul{
  left: -100%;
  width: 100%
}
div.nav ul.nl li ul li{
  overflow: hidden;
  //width: 100%;
  height: 0;
  //color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
div.nav ul.nl li ul li a{
  padding: 13px 15px;
  //background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
div.nav ul.nl li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid //#7c8c0e;
  border-bottom: 1px solid //#616d0b;
}




/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲メニューの設定▲ --- */



/* ---▼ ドロップメニューの設定 ▼--- */
#dropmenu{
  list-style-type: none;
  width: 792px; // 800px;
  height: 33px;
  margin: 0 0 0 6px; // 30px auto 300px;
  padding: 0;
  //background: #8a9b0f;
  border-bottom: 5px solid //#535d09;
  border-radius: 3px 3px 0 0;
  text-align: center;

/*
width: 792px; /* メニューの幅 */
margin: 0 0 0 6px; /* メニューのマージン（上、右、下、左） */
padding: 0;
list-style-type: none;
text-align: center;
*/

}
#dropmenu li{
  position: relative;
  width: 95px; // 12.5%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;

/*
width: 95px; /* タブの幅 */
margin-right: 4px; /* タブの右マージン */
background: #f9f9f9 url(tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
*/

}
#dropmenu li a{
  display: block;
  //margin: 0;
  //padding: 15px 0 11px;
  //color: #fff;
  font-size: 14px;
  //font-weight: bold;
  //line-height: 1;
  text-decoration: none;

/*
display: block;
position: relative; /* IE6用 */
padding: 6px 2px 6px; /* リンクエリアのパディング（上、左右、下） */
background: url(tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
*/

}
#dropmenu li:hover > a{
  background: #0073e6; // #6e7c0c;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}

/* --- ポイント時の設定 --- */
#dropmenu li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
#dropmenu li.active {
background: #004080 url(tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
//background: #0073e6;
//color: #eff7b1;
}
#dropmenu li.active a {
//background: url(tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
//background: #0073e6;
//color: #eff7b1; // #ffffff; /* アクティブタブの文字色 */
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  //padding: 13px 15px;
  //background: #6e7c0c;
  text-align: center; // left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 30px;
  border-top: 1px solid // #7c8c0e;
  border-bottom: 1px solid // #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
/* --- ▲ドロップメニューの設定▲ --- */



/* --- ▼メインページの設定▼ --- */

#mainpage {
background-color: #ffffff; /* 背景色 */
width: 800px;
margin: 0 auto; /* センタリング */
padding: 10px 0 10px;
text-align: center;
}

.pickup {
width: 230px;
background-color: #ffffff; /* 背景色 */
padding: 0 5px 20px 5px; /* パディング（上、右、下、左） */
margin: 0 0 20px 20px; /* マージン（上、右、下、左） */
border: 1px solid #5e73b2;
}

.pickup h2 {
font-family: "メイリオ";
font-size: 1.5em;
width: 235px;
background-color: #5e73b2;
padding: 5px 0 5px 5px; /* パディング（上、右、下、左） */
margin: 0 0 20px -5px; /* マージン（上、右、下、左） */
color: #ffffff; /* 文字色 */
text-align: left;
}

#topicPath {
width: 600px;
margin: 0 auto;
}

/* --- リストエリア --- */
ol.topicPath {
margin: 0 auto;
padding: 0;
list-style-type: none;
font-size: 100%;
text-align: left;
}

/* --- リスト項目 --- */
ol.topicPath li {
display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}

/* --- ▲メインページの設定▲ --- */

/* --- ▼TOPの新着情報ボックス▼ --- */



dl#news2{
float: right;
width: 500px;
background-color: #ffffff; /* 背景色 */
text-align: left;
margin: 0 20px 20px 15px; /* マージン（上、右、下、左） */
border: 1px solid #5e73b2;
}


dl#news2 h2 {
font-size: 1.5em;
width: 495px;
background-color: #5e73b2;
color: #ffffff;
margin: 0;
padding: 5px 0 5px 5px; /* パディング（上、右、下、左） */
}
 
dl#news2 dt{
clear:left;
float:left;
margin:0;
padding:10px 0 10px 0.5em; /* パディング（上、右、下、左） */
width:9em;
line-height:1.5em;
}
 
dl#news2 dd{
margin:0;
padding:10px 0.5em 10px 9em; /* パディング（上、右、下、左） */
border-bottom:1px solid #CCC;
line-height:1.5em;
}

dl#news2 a{
padding: 5px 20px 5px 0;
color: #399ccd;
text-decoration: underline;
}

dl#news2 a:hover{
text-decoration: none;
}

/* 属性セレクタを使って、拡張子によって表示させるアイコンを追加 */
dl#news2 a[href^="http"]{background:url(icons/icon_external.gif) no-repeat center right;}
dl#news2 a[href$=".pdf"]{background:url(icons/icon_pdf.gif) no-repeat center right;}
dl#news2 a[href$=".doc"]{background:url(icons/icon_doc.gif) no-repeat center right;}
dl#news2 a[href$=".xls"]{background:url(icons/icon_xls.gif) no-repeat center right;}
dl#news2 a[href$=".txt"]{background:url(icons/icon_txt.gif) no-repeat center right;}

/* 自サイトのURLの場合はアイコン表示をパスする */
dl#news a[href^="http://www.ils.uec.ac.jp/~yoneda/"] { padding: 0; background:none; }


/* --- ▲TOのボックス▲ --- */

/* --- ▼TOPの新着情報ボックス▼ --- */

.news_scroll{
    overflow:auto;
    height:300px;
}

dl#news{
float: right;
width: 500px;
background-color: #ffffff; /* 背景色 */
text-align: left;
margin: 0 20px 20px 15px; /* マージン（上、右、下、左） */
border: 1px solid #5e73b2;
}


dl#news h2 {
font-size: 1.5em;
width: 495px;
background-color: #5e73b2;
color: #ffffff;
margin: 0;
padding: 5px 0 5px 5px; /* パディング（上、右、下、左） */
}
 
dl#news dt{
clear:left;
float:left;
margin:0;
padding:10px 0 10px 0.5em; /* パディング（上、右、下、左） */
width:9em;
line-height:1.5em;
}
 
dl#news dd{
margin:0;
padding:10px 0.5em 10px 9em; /* パディング（上、右、下、左） */
border-bottom:1px solid #CCC;
line-height:1.5em;
}

dl#news a{
padding: 5px 20px 5px 0;
color: #399ccd;
text-decoration: underline;
}

dl#news a:hover{
text-decoration: none;
}

/* 属性セレクタを使って、拡張子によって表示させるアイコンを追加 */
dl#news a[href^="http"]{background:url(icons/icon_external.gif) no-repeat center right;}
dl#news a[href$=".pdf"]{background:url(icons/icon_pdf.gif) no-repeat center right;}
dl#news a[href$=".doc"]{background:url(icons/icon_doc.gif) no-repeat center right;}
dl#news a[href$=".xls"]{background:url(icons/icon_xls.gif) no-repeat center right;}
dl#news a[href$=".txt"]{background:url(icons/icon_txt.gif) no-repeat center right;}

/* 自サイトのURLの場合はアイコン表示をパスする */
dl#news a[href^="http://www.ils.uec.ac.jp/~yoneda/"] { padding: 0; background:none; }


/* --- ▲TOPの新着情報ボックス▲ --- */

/* --- ▼ボックスの設定▼ --- */

/* --- ボックス --- */
div.box {
width: 600px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
margin: 30px auto 20px; /* ボックスのマージン */
padding: 20px;
text-align: left;
}

/* --- 見出し --- */
div.box h2 {
position: relative; /* IE6用 */
width: 170px; /* 見出しの幅 */
margin: -40px 0 10px 3px; /* 見出しのマージン（上右下左） */
padding: 10px; /* 見出しのパディング */
background-color: #ffffff; /* 見出しの背景色 */
border: 1px #c0c0c0 solid; /* 見出しの境界線 */
font-size: 120%; /* 見出しの文字サイズ */
text-align: center;
}


/* --- ボックス内の段落 --- */
div.box p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
padding: 10px;
line-height:150%;/* 行の間隔 */
}

/* --- ▲ボックスの設定▲ --- */

/* --- ▼メンバーページのボックスの設定▼ --- */

/* --- ボックス --- */
div.mbox {
width: 400px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
margin: 30px auto 20px; /* ボックスのマージン */
padding: 20px;
text-align: center;
}

/* --- 見出し --- */
div.mbox h2 {
position: relative; /* IE6用 */
width: 170px; /* 見出しの幅 */
margin: -40px 0 10px 3px; /* 見出しのマージン（上右下左） */
padding: 10px; /* 見出しのパディング */
background-color: #ffffff; /* 見出しの背景色 */
border: 1px #c0c0c0 solid; /* 見出しの境界線 */
font-size: 120%; /* 見出しの文字サイズ */
text-align: center;
}

div.mbox h3 {
padding: 5px 5px 0px; /* 見出しのパディング */
font-size: 140%; /* 見出しの文字サイズ */
text-align: center;
}

/* --- ボックス内の段落 --- */
div.box p {
margin: 0; /* 段落のマージン（上下、左右） */
}

div.mbox ul {
text-align: center;
width: 300px;
}

div.mbox ul li {
text-align: left;
width:290px;
line-height: 150%;
}

/* --- ▲メンバーページのボックスの設定▲ --- */

/* --- ▼リンクページのボックスの設定▼ --- */

/* --- ボックス --- */
div.linkbox {
width: 600px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
margin: 30px auto 20px; /* ボックスのマージン */
padding: 20px;
text-align: left;
}

/* --- 見出し --- */
div.linkbox h2 {
position: relative; /* IE6用 */
width: 170px; /* 見出しの幅 */
margin: -40px 0 10px 3px; /* 見出しのマージン（上右下左） */
padding: 10px; /* 見出しのパディング */
background-color: #ffffff; /* 見出しの背景色 */
border: 1px #c0c0c0 solid; /* 見出しの境界線 */
font-size: 120%; /* 見出しの文字サイズ */
text-align: center;
}

div.linkbox ul {
line-height: 200%;
font-size: 15px;
}

/* --- ボックス内の段落 --- */
div.linkbox p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
line-height:150%;/* 行の間隔 */
}

div.linkbox a{
padding: 5px 20px 5px 0;
color: #399ccd;
text-decoration: underline;
}

div.linkbox a:hover{
text-decoration: none;
}

/* 属性セレクタを使って、拡張子によって表示させるアイコンを追加 */
div.linkbox a[href^="http"]{background:url(icons/icon_external.gif) no-repeat center right;}
div.linkbox a[href$=".pdf"]{background:url(icons/icon_pdf.gif) no-repeat center right;}
div.linkbox a[href$=".doc"]{background:url(icons/icon_doc.gif) no-repeat center right;}
div.linkbox a[href$=".xls"]{background:url(icons/icon_xls.gif) no-repeat center right;}
div.linkbox a[href$=".txt"]{background:url(icons/icon_txt.gif) no-repeat center right;}

/* 自サイトのURLの場合はアイコン表示をパスする */
div.linkbox a[href^="http://www.ils.uec.ac.jp/~yoneda/"] { padding: 0; background:none; }

/* --- ▲リンクページのボックスの設定▲ --- */

/* --- ▼写真館ページのボックスの設定▼ --- */

/* --- ボックス --- */
div.pbox {
width: 650px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
margin: 30px auto 20px; /* ボックスのマージン */
padding: 20px;
text-align: left;
}

/* --- 見出し --- */
div.pbox h2 {
position: relative; /* IE6用 */
width: 400px; /* 見出しの幅 */
margin: -40px 0 10px 3px; /* 見出しのマージン（上右下左） */
padding: 10px; /* 見出しのパディング */
background-color: #ffffff; /* 見出しの背景色 */
border: 1px #c0c0c0 solid; /* 見出しの境界線 */
font-size: 120%; /* 見出しの文字サイズ */
text-align: center;
}


/* --- ボックス内の段落 --- */
div.pbox p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
padding: 10px;
line-height:150%;/* 行の間隔 */
}

/* --- ▲写真館ページのボックスの設定▲ --- */

/* --- ▼写真館ページの表示写真の設定▼ --- */
.photo {
    display: inline-block;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 290px;
    height: 230px;
    border: 1px solid #ffffff;
    background-size: contain;
}

/* --- ▲写真館ページの表示写真の設定▲ --- */

/* --- ▼NEWSボックスの設定▼ --- */
div.newsbox {
width: 600px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #5e73b2 solid; /* ボックスの境界線 */
margin: 30px auto 20px; /* ボックスのポジション */
padding: 0;
text-align: left;
}

div.newsbox h2 {
width: 590px;
position: relative; /* IE6用 */
margin: 0; /* 見出しのマージン（上右下左） */
padding: 10px 0 10px 10px; /* 見出しのパディング（上右下左） */
background-color: #5e73b2; /* 見出しの背景色 */
font-size: 120%; /* 見出しの文字サイズ */
color: #ffffff;
text-align: left;
}

div.newsbox p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
line-height:150%;/* 行の間隔 */
}

/* --- ▲NEWSボックスの設定▲ --- */

/* --- ▼フッタ内の設定▼ --- */

/* --- フッタ --- */
#footer {
clear: right;
width: 800px;
margin: 10px auto 0;
padding: 20px 0 15px; /* フッタのパディング（上、左右、下） */
border-top: 3px #000080 solid; /* フッタの上境界線 */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
text-align: center;
margin: 5px;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定▲ --- */


